var math/big.basicSqrThreshold

2 uses

	math/big (current package)
		nat.go#L560: var basicSqrThreshold = 20      // computed by calibrate_test.go
		nat.go#L580: 	if n < basicSqrThreshold {